花费 11 ms
10分钟轻松学会 Python turtle 绘图

python2.6版本中后引入的一个简单的绘图工具,叫做海龟绘图(Turtle Graphics),turtle库是python的内部库,使用导入即可 import turtle 先说明一下tu ...

Wed Jun 21 10:18:00 CST 2017 16 117806
matplotlib 学习笔记

1. matplotlib.pyplot工作流 pyplot 有两个重要概念: current figure, current axes,所有的plot命令都会应用到current axes 一般 ...

Sun Jun 18 19:00:00 CST 2017 0 10966
matplotlib 直方图绘制详解

n, bins, patches = plt.hist(datasets, bins, normed=False, facecolor=None, alpha=None) 函数说明 用于绘制多个数 ...

Sat Jun 17 20:26:00 CST 2017 1 4534
字符串格式化输出

出处:http://www.cnblogs.com/vamei 作者:vamei 格式化字符串时,Python使用一个字符串作为模板 。模板中有格式符 ,这些格式符为真实值预留位置,并说明真实数值应 ...

Sun Apr 21 23:48:00 CST 2019 0 966

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM